home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / ashe-1.1 / xheader.h < prev    next >
C/C++ Source or Header  |  1995-05-15  |  823b  |  23 lines

  1. /*
  2. * xheader.h - (c) 1994 Copyright by John R. Punin
  3. *
  4. * Routine Declarations of the source file xheader.c
  5. *
  6. *
  7. */
  8.  
  9. void routines_html(Widget w, int item_no, XtPointer call_data);
  10. void create_title(Widget w,XtPointer);
  11. void title_name( Widget w, XtPointer, XmSelectionBoxCallbackStruct *cbs);
  12. char *remove_title(XmTextPosition *left,XmTextPosition *right,HTMLED *);
  13. void clear_title(Widget  w,XtPointer client_data,XtPointer call_data);
  14. void create_paragraph(Widget w,HTMLED *);
  15. void create_line_break(Widget w,HTMLED *he);
  16. void create_hor_rule(Widget w,HTMLED *he);
  17. void create_header(Widget w,HTMLED *);
  18. void set_header(Widget w,XtPointer);
  19. void create_undo(Widget w,HTMLED *he);
  20. void verify_text(Widget tx, XtPointer , XmTextVerifyCallbackStruct *cbs);
  21. void toggled(Widget w,XtPointer client_data, XtPointer call_data);
  22.  
  23.